Comment 14 for bug 1908223

Revision history for this message
Christian Ehrhardt  (paelzer) wrote :

I was checking the timing of the license vs code change.
As it isn't clarified yet we consider it as a blocker, so the fix must be from before that change.

ef8213a36 is what added the new license in 7.90
80a9f4b2e is the re-stating onto more versions
33f421fd6 is what we'd need to backport here.

$ git log --oneline | grep -e 80a9f4b2e -e ef8213a36 -e 33f421fd6
80a9f4b2e Add the NPSL 0.92 to 0.93 upgrade to the CHANGELOG, noting that Nmap 7.90 and 7.91 may be used under this newer version if desired
ef8213a36 Reintegrate Nmap 7.90 release branch
33f421fd6 Avoid assertion failure when unsolicited ARP response received

So the fix needed here should be still unaffected by this issue and therefore ok to be considered for a backport.