Hafedh TRIMECHE

Results 47 issues of Hafedh TRIMECHE

Memory leak generated by a call to **SetLength(Result, MultiByteToWideChar(cp, 0, PAnsiChar(str), length(str), nil, 0));** [Perso_MemoryManager_EventLog.txt](https://github.com/hgourvest/uib/files/1049956/Perso_MemoryManager_EventLog.txt)

An exception raised into ExecuteTLS function: ``` function ExecuteTLS(Module: PMemoryModule): Boolean; var CodeBase: Pointer; directory: PIMAGE_DATA_DIRECTORY; tls: PIMAGE_TLS_DIRECTORY; callback: PPointer; // =^PIMAGE_TLS_CALLBACK; // TLS callback pointers are VA's (ImageBase included)...

Delphi 10.1 berlin Calling raised exception at **GetProcAddress_Internal(handle, PAnsiChar(IMAGE_ORDINAL(thunkRef^)))** instruction ` while thunkRef^ 0 do begin if IMAGE_SNAP_BY_ORDINAL(thunkRef^) then funcRef^ := GetProcAddress_Internal(handle, PAnsiChar(IMAGE_ORDINAL(thunkRef^))) else begin thunkData := PIMAGE_IMPORT_BY_NAME(PByte(codebase) + thunkRef^);...

Please note that 32 bit PKCS#11 library wouldn't be loaded by theXCA 64 bit version.

Hello, A PDF file generated using wkeUtilPrintToPdf presents a font problem. [Resident.pdf](https://github.com/weolar/miniblink49/files/8405212/Resident.pdf) Font name is not unique: ![Resident](https://user-images.githubusercontent.com/988584/161442157-3ae868da-0dc2-492a-a0ee-bbc96c585319.png) Best regards.

Hello, Plese note that wkeSetContextMenuItemShow(wkeWebView webView, wkeMenuItemId item, bool isShow) has no effect! setting kWkeMenuSelectedAllId to True doesn't include Select All into the Context Menu Items. Best regard.

Hello, Please note that CommitMonitor doesn't flush fetched information even marked as read. CommitMonitor has to be closed (Exit not Hide) and reopened to flush fetched items. Same procedure should...

Please note that the root certificate isn't included into the exported pfx file using: `--export-pfx "123456" --tag-pfx "%CERT_NAME%"`

Wanting intercept memory allocate & free, the cvSetMemoryManager is used. But exception raised: **External exception E06D7363** ``` function far_alloc(size:size_t;userdata:Pointer):Pointer;cdecl; begin Result := AllocMem(Size); end; function far_free(pptr:Pointer;userdata:Pointer):Integer;cdecl; begin Result := FreeMemory(pptr);...

Hello, Using this code to convert HTML to PDF via SynPdf component, the PNG image is not rendered ; JPG does. ``` function THtmlPager.SynPdf:TBytes; label Clear; var OK : Boolean;...