Custom Query (1145 matches)
Results (94 - 96 of 1145)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#958 | fixed | config-package-dev needs to use `LC_ALL=C dpkg-divert --list` | andersk | |
Description |
Otherwise dpkg-divert --list might write its output in a different language. :-( See DebianBug:592081 for the same problem in debsums. |
|||
#986 | fixed | nss_nonlocal race condition | andersk | andersk |
Description |
There’s a race here because fct_start could be written before startp. Should throw up some memory barriers or something. static service_user *startp = NULL; static void *fct_start = NULL; … if (fct_start == NULL && w.lookup(&startp, w.fct_name, &fct_start) != 0) { *w.status = NSS_STATUS_UNAVAIL; goto walk_nss_out; } |
|||
#1049 | fixed | config-package-dev can’t transform non-conffiles files in Multi-Arch: same packages | andersk | |
Description |
Patch (completely untested). |
Note: See TracQuery
for help on using queries.