Branch: refs/heads/master
  Home:   https://github.com/NixOS/nix
  Commit: da6b704b197f19c386f0e53f5553252a226650bb
      
https://github.com/NixOS/nix/commit/da6b704b197f19c386f0e53f5553252a226650bb
  Author: Eelco Dolstra <[email protected]>
  Date:   2015-03-19 (Thu, 19 Mar 2015)

  Changed paths:
    M src/libexpr/eval.cc

  Log Message:
  -----------
  Check return values from malloc/strdup


  Commit: 726f7f7fc92f4914bca450a37b8b85b1018afc01
      
https://github.com/NixOS/nix/commit/726f7f7fc92f4914bca450a37b8b85b1018afc01
  Author: Eelco Dolstra <[email protected]>
  Date:   2015-03-19 (Thu, 19 Mar 2015)

  Changed paths:
    M src/libexpr/eval.cc
    M src/libexpr/eval.hh
    M src/nix-env/nix-env.cc
    M src/nix-instantiate/nix-instantiate.cc

  Log Message:
  -----------
  Fix Boehm API violation

We were calling GC_INIT() after doing an allocation (in the baseEnv
construction), which is not allowed.


  Commit: b005e63ccf387add426aa9941ab9f5770307fe33
      
https://github.com/NixOS/nix/commit/b005e63ccf387add426aa9941ab9f5770307fe33
  Author: Eelco Dolstra <[email protected]>
  Date:   2015-03-19 (Thu, 19 Mar 2015)

  Changed paths:
    M src/libexpr/eval.cc

  Log Message:
  -----------
  Disable scanning for interior pointers

This may remove the "Repeated allocation of very large block"
warnings.


Compare: https://github.com/NixOS/nix/compare/fa4727944007...b005e63ccf38
_______________________________________________
nix-commits mailing list
[email protected]
http://lists.science.uu.nl/mailman/listinfo/nix-commits

Reply via email to