Menu

#250 %n expansion can lead to core dump due to NULL dereference

open
nobody
1
2005-09-29
2005-09-29
No

Once both SF #872335 and SF #1284169 have been
fixed, expand_mmac_params() may require a

if ( !tt ) {
break;
}

check at the bottom of the for() loop which is
handling the expansion of %n (=default case),
to prevent potential tt=NULL dereferences that
cause a core dump.

Discussion


Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.