openstreetmap / mod_tile

Renders map tiles with mapnik and serves them using apache
http://wiki.openstreetmap.org/wiki/Mod_tile
GNU General Public License v2.0
288 stars 190 forks source link

Prevent socketnames in `renderd.conf` exceeding maximum allowed length #422

Closed hummeltech closed 6 months ago

hummeltech commented 6 months ago

The maximum allowed length of a socket file name is 108: https://www4.cs.fau.de/Services/Doc/C/libc.html#SEC189

Exceeding this length will likely lead to difficult to troubleshoot behavior.

codecov-commenter commented 6 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 80.38%. Comparing base (2ce51df) to head (b2d155b).

:exclamation: Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #422 +/- ## ========================================== - Coverage 80.42% 80.38% -0.05% ========================================== Files 24 24 Lines 5926 5929 +3 ========================================== Hits 4766 4766 - Misses 1160 1163 +3 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.