|
| 1 | +- commits: |
| 2 | + - subject: Fix fs.stat for large file sizes |
| 3 | + hash: e83874d1cbeedb3047cbcb8952878a65c9c972eb |
| 4 | + body: > |
| 5 | + The the size of an image was > ~4GB (max value that could be stored in a |
| 6 | + 32-bit integer the stat function threw an error - there was a type |
| 7 | + mismatch between node and the c function that combined the upper and |
| 8 | + lower 32 bits of the image size that is stored in the inode. |
| 9 | + footer: |
| 10 | + Change-type: patch |
| 11 | + change-type: patch |
| 12 | + Signed-off-by: Ryan Cooke<ryan@balena.io> |
| 13 | + signed-off-by: Ryan Cooke<ryan@balena.io> |
| 14 | + author: Ryan Cooke |
| 15 | + version: 4.2.4 |
| 16 | + title: "" |
| 17 | + date: 2025-02-20T17:53:02.994Z |
1 | 18 | - commits: |
2 | 19 | - subject: Remove repo config from flowzone.yml |
3 | 20 | hash: 51e3de3486f529f0de413da56aca83b8db25c032 |
|
458 | 475 |
|
459 | 476 | In file included from ../src/node_ext2fs.cc:2:0: |
460 | 477 |
|
461 | | - ../../nan/nan.h: In constructor 'Nan::Utf8String::Utf8String(v8::Local<v8::Value>)': |
| 478 | + ../../nan/nan.h: In constructor |
| 479 | + 'Nan::Utf8String::Utf8String(v8::Local<v8::Value>)': |
462 | 480 |
|
463 | | - ../../nan/nan.h:1081:101: error: no matching function for call to 'v8::String::WriteUtf8(v8::Isolate*, char*&, int, int, const int&)' |
| 481 | + ../../nan/nan.h:1081:101: error: no matching function for call to |
| 482 | + 'v8::String::WriteUtf8(v8::Isolate*, char*&, int, int, const int&)' |
464 | 483 |
|
465 | | - length_ = string->WriteUtf8(v8::Isolate::GetCurrent(), str_, static_cast<int>(len), 0, flags); |
| 484 | + length_ = string->WriteUtf8(v8::Isolate::GetCurrent(), str_, |
| 485 | + static_cast<int>(len), 0, flags); |
466 | 486 |
|
467 | 487 | ^ |
468 | 488 |
|
|
472 | 492 |
|
473 | 493 | from ../src/node_ext2fs.cc:2: |
474 | 494 |
|
475 | | - /root/.node-gyp/10.4.0/include/node/v8.h:2616:7: note: candidate: int v8::String::WriteUtf8(char*, int, int*, int) const |
| 495 | + /root/.node-gyp/10.4.0/include/node/v8.h:2616:7: note: candidate: int |
| 496 | + v8::String::WriteUtf8(char*, int, int*, int) const |
476 | 497 |
|
477 | 498 | ``` |
478 | 499 | - version: 1.0.23 |
|
0 commit comments