nixpkgs/pkgs
aszlig 2a894cd2d1
lxc: Fix build error with glibc 2.26
This issue doesn't necessarily have to do with glibc 2.26 and it could
have been fixed if we'd replace -Werror with -Wall.

The error in question was:

storage/overlay.c:808:13: error: 'dirlen' may be used uninitialized in
this function [-Werror=maybe-uninitialized]

After looking at the code in overlay.c it indeed might use dirlen
unitialized.

Unrelated to the glibc upgrade which brought the problem to the surface,
this also has been fixed upstream at lxc/lxc@180c477a32.

The reason however, that led to the upstream fix was a segfault which
has been reported at lxc/lxc#1802.

Signed-off-by: aszlig <aszlig@nix.build>
Cc: @wkennington, @globin, @fpletz
2017-11-09 02:21:00 +01:00
..
applications Merge pull request #31357 from ttuegel/qt-5-tmp 2017-11-08 16:06:38 -06:00
build-support Merge pull request #30549 from obsidiansystems/bintools 2017-11-08 14:20:48 -05:00
common-updater
data Merge pull request #31333 from ElvishJerricco/unextracted-all-cabal-hashes 2017-11-08 16:25:16 +01:00
desktops Merge pull request #31382 from adisbladis/plasma-5_11_3 2017-11-08 16:06:52 -06:00
development Merge pull request #31357 from ttuegel/qt-5-tmp 2017-11-08 16:06:38 -06:00
games anki: Fix hash of the source tarball 2017-11-08 21:12:22 +01:00
misc Merge pull request #28782 from jraygauthier/jrg/vscode_cpptools_init 2017-11-07 17:37:09 +00:00
os-specific lxc: Fix build error with glibc 2.26 2017-11-09 02:21:00 +01:00
servers openafs-client: prefer patch provided by upstream 2017-11-08 20:47:22 +00:00
shells nix-zsh-completions: 0.3.1 -> 0.3.2 2017-11-06 19:07:36 +01:00
stdenv treewide: Depend on targetPackages.stdenv.cc.bintools instead of binutils directly 2017-11-05 17:10:53 -05:00
test treewide: Use *Platform.extensions 2017-09-13 11:16:10 -04:00
tools netsniff-ng: Fix build against glibc 2.26 2017-11-09 01:34:57 +01:00
top-level mpdas: init at 0.4.4 (#31398) 2017-11-08 21:28:53 +00:00