You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 6, 2021. It is now read-only.
Original issue 381 created by dterrell on 2014-04-18T19:54:31.000Z:
What steps will reproduce the problem?
make clean && make in the libpam directory
What is the expected output? What do you see instead?
no errors/warnings are expected. instead I see a number of these errors:
demo.c:88:36: warning: argument to ‘sizeof’ in ‘memcpy’ call is the same expression as the source; did you mean to remove the addressof? [-Wsizeof-pointer-memaccess]
memcpy(item, &service, sizeof(&service));
What version of the product are you using? On what operating system?
Ubuntu linux. master and 1.0 download both have the same problem.
Please provide any additional information below.
Trivial patch attached.
The text was updated successfully, but these errors were encountered:
Original issue 381 created by dterrell on 2014-04-18T19:54:31.000Z:
What steps will reproduce the problem?
What is the expected output? What do you see instead?
no errors/warnings are expected. instead I see a number of these errors:
demo.c:88:36: warning: argument to ‘sizeof’ in ‘memcpy’ call is the same expression as the source; did you mean to remove the addressof? [-Wsizeof-pointer-memaccess]
memcpy(item, &service, sizeof(&service));
What version of the product are you using? On what operating system?
Ubuntu linux. master and 1.0 download both have the same problem.
Please provide any additional information below.
Trivial patch attached.
The text was updated successfully, but these errors were encountered: