Re: Review Request 111261: [KDE-Workspace]: Possible NULL ptr. deref. in KDM and KCheckPass

2013-06-28 Thread mancha mancha
viewboard.kde.org/r/111261/#review35196 --- On June 28, 2013, 7:12 a.m., mancha mancha wrote: > > --- > This is an automatically generated e-mail. To reply,

Re: Review Request 111261: [KDE-Workspace]: Possible NULL ptr. deref. in KDM and KCheckPass

2013-06-28 Thread mancha mancha
egfault as shown in log snippets above. After applying the patch, both properly handle NULL returns from crypt() and pw_encrypt(). Thanks, mancha mancha

Re: Review Request 111261: [KDE-Workspace]: Possible NULL ptr. deref. in KDM and KCheckPass

2013-06-27 Thread mancha mancha
- This is an automatically generated e-mail. To reply, visit: http://git.reviewboard.kde.org/r/111261/#review35158 ------- On June 27, 2013, 6:05 p.m., mancha mancha wrote: > >

Re: Review Request 111261: [KDE-Workspace]: Possible NULL ptr. deref. in KDM and KCheckPass

2013-06-27 Thread mancha mancha
d.kde.org/r/111261/diff/ Testing --- Tests conducted on KDE-Workspace 4.10.4 confirm attached patch corrects the issues described above. Before applying the patch, KDM and KCheckPass segfault as shown in log snippets above. After applying the patch, both properly handle NULL returns from crypt() a

Review Request 111261: [KDE-Workspace]: Possible NULL ptr. deref. in KDM and KCheckPass

2013-06-26 Thread mancha mancha
returns from crypt() and pw_encrypt(). Thanks, mancha mancha