[mapserver-commits] [MapServer/MapServer] 9c5e0c: loadLayerCompositer(): fix memleak in error code p...
github-actions[bot]
noreply at github.com
Tue Apr 4 09:44:27 PDT 2023
Branch: refs/heads/branch-8-0
Home: https://github.com/MapServer/MapServer
Commit: 9c5e0cb3a38c1fe6501d823c40350ca9170ca7be
https://github.com/MapServer/MapServer/commit/9c5e0cb3a38c1fe6501d823c40350ca9170ca7be
Author: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Date: 2023-04-04 (Tue, 04 Apr 2023)
Changed paths:
M mapfile.c
Log Message:
-----------
loadLayerCompositer(): fix memleak in error code paths (#6851)
Fixes https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=57261
The manual cleanup that was done was incomplete (it should have called
freeCompositingFilter()), and it is actually useless as the caller
loadLayer() takes care of cleaning.
Co-authored-by: Even Rouault <even.rouault at spatialys.com>
More information about the MapServer-commits
mailing list