Use TAILQ_FOREACH_SAFE to walk to list of children mnemonics to free
them instead of TAILQ_FOREACH.
Reported by: GCC 12 -Wuse-after-free
|  Differential  D36821  
libiconv VIQR: Fix a use after free. Authored by jhb on Sep 29 2022, 10:34 PM. Tags None Referenced Files 
 
 
 
 
 
 
 
 Subscribers None 
Details Use TAILQ_FOREACH_SAFE to walk to list of children mnemonics to free Reported by: GCC 12 -Wuse-after-free 
Diff Detail 
 |