Skip to content
Snippets Groups Projects

main/s390-tools: disable _FORTIFY_SOURCE in zipl

Merged Natanael Copa requested to merge ncopa/aports:3.18-stable-s390-tools into 3.18-stable

Disabling _FORTIFY_SOURCE fixes SIGFPE in zipl:

Program received signal SIGFPE, Arithmetic exception. memcpy (__n=7976, __os=, __od=0x3fffdff60c0) at /usr/include/fortify/string.h:53 53 return __builtin_memcpy(__od, __os, __n);

disassebly shows that the exception happens on the jump instruction to memcpy. Work around it by disabling _FORTIFY_SOURCE for zipl.

(cherry picked from commit 9fa93539)

Edited by Natanael Copa

Merge request reports

Merge request pipeline #184939 passed

Merge request pipeline passed for 131df234

Approval is optional

Merged by Natanael CopaNatanael Copa 1 year ago (Oct 5, 2023 11:33am UTC)

Merge details

  • Changes merged into 3.18-stable with 131df234.
  • Deleted the source branch.

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
Please register or sign in to reply
Loading