Bug 14811 - smbstatus segfaults on arm 32bit
Summary: smbstatus segfaults on arm 32bit
Status: RESOLVED WORKSFORME
Alias: None
Product: Samba 4.1 and newer
Classification: Unclassified
Component: Tools (show other bugs)
Version: 4.14.6
Hardware: All All
: P5 normal (vote)
Target Milestone: ---
Assignee: Samba QA Contact
QA Contact: Samba QA Contact
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2021-08-24 09:15 UTC by lubomir.krucay
Modified: 2022-01-05 16:27 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description lubomir.krucay 2021-08-24 09:15:22 UTC
smbstatus command segfaults on ARM arch (32bit).
Running in debugger i found problem is here:

https://github.com/samba-team/samba/blob/507cdfb744e8f6d5023ba821959b6572bc71a709/source3/utils/status.c#L807

using talloc 2.3.3

no problems on mipsel
Comment 1 Björn Jacke 2022-01-05 16:27:25 UTC
I've tested this with current 4.14 and 4.15 and the upstream libraries that ship with it. All works well.