MantisBT - NetSurf
View Issue Details
0002867NetSurfABENDpublic2024-02-25 21:492024-02-25 21:51
ReporterVincent Sanders 
Assigned ToVincent Sanders 
PrioritynormalSeveritycrashReproducibilityalways
StatusresolvedResolutionfixed 
PlatformOSOS Version
Product Version3.11 
Target Version3.12Fixed in Version3.12 
Fixed in CI build #6659
Reported in CI build #
URL of problem page
Summary0002867: Segmentation fault if form contains radio inputs without names
DescriptionA radio button without a name causes a segmentation fault due to string comparison of null strings.
Steps To Reproducetrivial page consisting only of:

<form><input type="radio"><input type="radio">
</form>

select any button
TagsNo tags attached.
Attached Files

Notes
(0002440)
Vincent Sanders   
2024-02-25 21:51   
fixed in https://git.netsurf-browser.org/netsurf.git/commit/?id=bce0aa6fc9250395a899996b5e9067b4f370c40d

Issue History
2024-02-25 21:49Vincent SandersNew Issue
2024-02-25 21:49Vincent SandersStatusnew => assigned
2024-02-25 21:49Vincent SandersAssigned To => Vincent Sanders
2024-02-25 21:51Vincent SandersStatusassigned => resolved
2024-02-25 21:51Vincent SandersResolutionopen => fixed
2024-02-25 21:51Vincent SandersFixed in Version => 3.12
2024-02-25 21:51Vincent SandersFixed in CI build # => 6659
2024-02-25 21:51Vincent SandersNote Added: 0002440