runtime_loader: increase max length for image names.
* was previously 32, which would truncate longer shared object names. * fixed #13436.
This commit is contained in:
@@ -88,7 +88,7 @@ typedef struct elf_version_info {
|
|||||||
typedef struct image_t {
|
typedef struct image_t {
|
||||||
// image identification
|
// image identification
|
||||||
char path[B_PATH_NAME_LENGTH];
|
char path[B_PATH_NAME_LENGTH];
|
||||||
char name[B_OS_NAME_LENGTH];
|
char name[B_FILE_NAME_LENGTH];
|
||||||
image_id id;
|
image_id id;
|
||||||
image_type type;
|
image_type type;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user