Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 78635 Details for
Bug 121138
cryptsetup/cryptsetup-luks segfault [patch]
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
device-mapper.diff for cryptsetup
device-mapper.diff (text/plain), 534 bytes, created by
Christian Roessner
on 2006-02-01 03:19:14 UTC
(
hide
)
Description:
device-mapper.diff for cryptsetup
Filename:
MIME Type:
Creator:
Christian Roessner
Created:
2006-02-01 03:19:14 UTC
Size:
534 bytes
patch
obsolete
>diff -urN cryptsetup-0.1.old/src/libdevmapper.c cryptsetup-0.1/lib/libdevmapper.c >--- cryptsetup-0.1.old/src/libdevmapper.c 2004-06-03 16:33:44.000000000 +0200 >+++ cryptsetup-0.1/src/libdevmapper.c 2005-12-25 10:54:38.000000000 +0100 >@@ -226,6 +226,11 @@ > if (!dm_task_get_info(dmt, &dmi)) > goto out; > >+ if (!dmi.exists) { >+ r = -ENODEV; >+ goto out; >+ } >+ > next = dm_get_next_target(dmt, next, &start, &length, > &target_type, ¶ms); > if (!target_type || strcmp(target_type, CRYPT_TARGET) != 0 ||
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 121138
:
78634
| 78635 |
78636
|
78637