~ubuntu-branches/ubuntu/vivid/emscripten/vivid

« back to all changes in this revision

Viewing changes to tests/zlib/readme.txt

  • Committer: Package Import Robot
  • Author(s): Sylvestre Ledru
  • Date: 2013-05-02 13:11:51 UTC
  • Revision ID: package-import@ubuntu.com-20130502131151-q8dvteqr1ef2x7xz
Tags: upstream-1.4.1~20130504~adb56cb
ImportĀ upstreamĀ versionĀ 1.4.1~20130504~adb56cb

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
This is zlib 1.2.5. See README for licensing info.
 
2
 
 
3
Changes for emscripten:
 
4
 
 
5
  deflate.c: Initialize match_start to 0, to prevent a SAFE_HEAP notification
 
6
             Initialize s->prev's buffer (in 2 places) to 0, same reasons
 
7
 
 
8
  example.c: Use %d instead of %x in version number printout
 
9
             Comment out gzio test
 
10